Open
Conversation
f7c4233 to
7523024
Compare
VikiAnn
commented
Jan 16, 2026
Comment on lines
-1954
to
+1968
| description: "A unix timestamp to return photos modified on or after the provided value" | ||
| description: "A unix timestamp to return photos captured on or after the provided value" |
Author
There was a problem hiding this comment.
Changes from here to L1980/L2002 are small corrections unrelated to the new cursor pagination behavior
VikiAnn
commented
Jan 16, 2026
Comment on lines
+3485
to
+3493
| status: | ||
| type: string | ||
| description: "The status of the Photo" | ||
| enum: ["active", "deleted"] | ||
| example: "active" | ||
| coordinates: | ||
| type: array | ||
| description: "The coordinates where the Photo was captured" | ||
| items: | ||
| $ref: "#/components/schemas/Coordinate" | ||
| allOf: | ||
| - $ref: "#/components/schemas/Coordinate" |
Author
There was a problem hiding this comment.
Also just small corrections unrelated to the new cursor pagination behavior.
groovestation31785
approved these changes
Jan 22, 2026
Contributor
groovestation31785
left a comment
There was a problem hiding this comment.
📃 📆 👆
There is no requirement for the number of "approvals" in this repo.
Feel free to merge when the API changes are live.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is related to API changes in this PR to add cursor-based pagination to the photos endpoint. While I was at it I also fixed a couple issues the 🤖 pointed out.
Note: this is intentionally not merged yet because the cursor pagination is slow in Mongo (unless we add an index, which we're discussing with Infra) on deep page requests.
Jira subtask: PLATB-470